type go/types.opPredicates

6 uses

	go/types (current package)
		expr.go#L60: type opPredicates map[token.Token]func(Type) bool
		expr.go#L62: var unaryOpPredicates opPredicates
		expr.go#L66: 	unaryOpPredicates = opPredicates{
		expr.go#L74: func (check *Checker) op(m opPredicates, x *operand, op token.Token) bool {
		expr.go#L1039: var binaryOpPredicates opPredicates
		expr.go#L1043: 	binaryOpPredicates = opPredicates{